Get
Function
This API is used to get Maintenance > Sensor Debug parameters.
Request Message
Parameter Description
See Maintenance > SensorDebug > Range > Parameter Description > Table 1 for parameter description.
Sample:
POST /API/Maintenance/SensorDebug/Get HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
See Maintenance > SensorDebug > Range > Parameter Description > Table 2 for parameter description.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {"channel_info": {"CH1": {
"osd_show_enable": true,
"debug_param_enable": true,
"irlight": {
"far_lum_y_thd_up": 1,
"far_lum_y_thd_down": 2,
"far_total_gain_thd": 3,
"near_lum_y_thd_up": 4,
"near_lum_y_thd_down": 5,
"near_total_gain_thd": 6
},
"supplylight": {
"far_lv_thd": 7,
"near_lv_thd": 8,
"far_gain_thd": 9,
"near_gain_thd": 10,
"far_lum_y_thd": 11,
"near_lum_y_thd": 12,
"black_point_thd": 13,
"far_protect_thd": 14,
"near_protect_thd": 15,
"far_increase_thd": 16,
"near_increase_thd": 17,
"far_decrease_thd": 18,
"far_light_on_thd_0": 19,
"far_light_on_thd_1": 20,
"far_light_on_thd_2": 21,
"far_light_on_thd_3": 22,
"near_light_on_thd_0": 23,
"near_light_on_thd_1": 24,
"near_light_on_thd_2": 25,
"near_light_on_thd_3": 26,
"near_decrease_thd": 27
},
"softps": {
"day2night_thd_0": 28,
"day2night_thd_1": 29,
"day2night_thd_2": 30,
"day2night_thd_3": 31,
"night2day_d_thd_0": 32,
"night2day_d_thd_1": 33,
"night2day_d_thd_2": 34,
"night2day_d_thd_3": 35,
"night2day_ex_0": 36,
"night2day_ex_1": 37,
"night2day_ex_2": 38,
"night2day_ex_3": 39,
"night2day_R_G_ratio_0": 40,
"night2day_R_G_ratio_1": 41.11111068725586,
"night2day_R_G_ratio_2": 42.222198486328125,
"night2day_R_G_ratio_3": 43.33330154418945,
"night2day_R_B_ratio_0": 44.44444274902344,
"night2day_R_B_ratio_1": 45.5555534362793,
"night2day_R_B_ratio_2": 46.666664123535156,
"night2day_R_B_ratio_3": 47.77777099609375,
"lpd_day2night_gain_thd": 48,
"lpd_night2day_gain_thd": 49
}
}}}
}
Error Code
See Response Messages Body and Common error_code for more information.